home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / 911 / 911cd_builder_206rc.exe / {app} / files / msnet.ini < prev    next >
INI File  |  2003-09-12  |  2KB  |  69 lines

  1. ; The ModBoot Disk Builder Settings file
  2. ;
  3. ; Notes on CreateDsk.ini
  4. ; 1. The text between [] is case sensitive, the rest is not
  5. ; 2. The remark symbol ";" is permitted at the beginning of the line only
  6. ;    or it will be considered as part of the line.
  7. ; 3. The [Create_CABs] section should be the last section as
  8. ;    CreateDsk process the .ini file line by line
  9. ;    so you can't create the CAB file before copying the files for it.
  10. ; 4. When no full path is provided, CreateDsk searches for the file in CreateDsk's own
  11. ;    directory then in the WINDOWS\COMMAND Dirctory then in the WINDOWS Directory.
  12. ; 5. Only *.* wildcards are permitted, the only permitted form is "folder\*.*".
  13. ;
  14.  
  15. [Copy_Files]
  16. ; Copy files from sources to disk destination
  17. IO.SYS=IO.SYS
  18. COMMAND.COM=COMMAND.COM
  19. HIMEM.SYS=bin\himem.sys
  20. EMM386.EXE=bin\emm386.exe
  21. EXTRACT.EXE=bin\extract.exe
  22.  
  23. [Copy_Files_for_CABs]
  24. ; Copy files from sources to CABs creator folder
  25. SMARTDRV.EXE=smartdrv\bin\smartdrv.exe
  26. ATTRIB.EXE=dos\bin\attrib.exe
  27. DELTREE.EXE=dos\bin\deltree.exe
  28. FDISK.EXE=dos\bin\fdisk.exe
  29. FORMAT.COM=dos\bin\format.com
  30. MEM.EXE=dos\bin\mem.exe
  31. MORE.COM=dos\bin\more.com
  32. SYS.COM=dos\bin\sys.com
  33. XCOPY.EXE=dos\bin\xcopy.exe
  34. XCOPY32.EXE=dos\bin\xcopy32.exe
  35. XCOPY32.MOD=dos\bin\xcopy32.mod
  36.  
  37. [DefaultDrivers]
  38. ; The default selected drivers
  39. ndis\dc21x4.cab
  40. ndis\e100b.cab
  41. ndis\el59x.cab
  42. ndis\el90x.cab
  43. ndis\elnk3.cab
  44. ndis\elpc3.cab
  45. ndis\elpc575.cab
  46. ndis\ne2000.cab
  47. ndis\netflx3.cab
  48. ndis\pcntnd.cab
  49. ndis\smc9432.cab
  50.  
  51. [Copy_CABs]
  52. ; Copy Distributable CABs from CreateDsk's folder to the CABs folder
  53. files\disks_data\msnet.txt=   diskid.txt
  54. files\disks_data\msnet.sys=   config.sys
  55.  
  56. modules\nu2\utils.cab=    level0\utils.cab
  57. modules\nu2\doskey.cab=   level1\doskey.cab
  58. modules\nu2\help.cab=     level2\help.cab
  59. modules\nu2\mouse.cab=    level2\mouse.cab
  60. modules\nu2\msnet.cab=    level3\msnet.cab
  61. modules\nu2\msclient.cab= lib\msclient.cab
  62. modules\nu2\msnwlink.cab= lib\msnwlink.cab
  63. modules\nu2\mstcp.cab=    lib\mstcp.cab
  64.  
  65. [Create_CABs]
  66. ; Generate the CAB files from the previously copied files to the CABS folder
  67. dos=level1
  68. smartdrv=bin
  69.